/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
.single-team-member {
  text-align: center;
}

.single-team-member img {
  display: block;
  margin: auto;
}

.single-team-member span {
  display: block;
}

.single-team-member span:first-of-type {
  color: #47AFFF;
  font-weight: 700;
  font-size: 1.1rem;
}

.single-team-member i {
  color: #47AFFF;
  margin-right: .5rem;
}

/*# sourceMappingURL=../maps/blocks/team.css.map */
